Package com.cisco.pt.ipc.sim
Interface CDPProcess
- All Known Implementing Classes:
CDPProcessImpl
Information provided by the PKI file:
\class CdpProcess
\brief CdpProcess handles the CDP process.
\example network().getDevice("Router0").getProcess("CdpProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getNeighborTable
CDPNeighborTable getNeighborTable()Information provided by the PKI file:
\brief Returns the CDP neighbor table associated with this process. \return CdpNeighborTable, the CDP neighbor table associated with this process.- Returns:
- CDPNeighborTable Returns a CDPNeighborTable
-